home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 533 / findmac / readme < prev   
Text File  |  1991-07-08  |  1KB  |  54 lines

  1.     
  2.     findmac version 0.2
  3.  
  4.     usage    findmac [-fn] substring [outfile]
  5.  
  6.     
  7.     options
  8.  
  9.         -f    check  only floppies
  10.         -n    don't check floppies
  11.  
  12.     substring is a substring of the fikename found in the node
  13.             or extension of the file's name node.ext.  It does not
  14.             cross the dot between the node and extension unless it
  15.             is explicitly a point. 
  16.     
  17.     outfile is file to send results to default is stdout=screen.
  18.  
  19.  
  20.     examples
  21.  
  22.         findmac    -f mac aa        finds all files on floppies connected
  23.                                 to file aa containing substring mac
  24.  
  25.         findmac -n mac aa        finds all files on non-floppy drives as
  26.                                 above
  27.  
  28.         findmac  mac            finds all files on all drives as above
  29.                                 but to screen.
  30.  
  31.         findmac -f n.ar            would find all files whose node ended in n
  32.                                 and extension started ar. <special case>
  33.                                 to screen.
  34.  
  35.  
  36.     WARNING TO DESKTOP USERS:   This program does not page the output so
  37.     sending it to the screen it will fly by and exit.  Use control-s/control-q
  38.     to control scrolling.  Better yet save results to a file and use your favorite
  39.     editor or browser to scan it.
  40.  
  41.  
  42.  
  43.     RELEASE NOTES -
  44.  
  45.     version 0.0        first release
  46.  
  47.     version 0.2        fixes double slash bug, only searches real drives
  48.                     and has command switch to select only floppies or 
  49.                     only hard/ram drives.  Still does all if no option
  50.                     given.
  51.  
  52.         
  53.  
  54.